home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMSAVEWORKSPACE / TFRMSAVEWORKSPACE.txt < prev   
Text File  |  2008-08-19  |  2KB  |  88 lines

  1. object FrmSaveWorkspace: TFrmSaveWorkspace
  2.   Left = 392
  3.   Top = 317
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Workspace'
  6.   ClientHeight = 134
  7.   ClientWidth = 363
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblCaption: TLabel
  21.     Left = 55
  22.     Top = 12
  23.     Width = 298
  24.     Height = 45
  25.     AutoSize = False
  26.     Caption = 
  27.       'Do you want to restore the opened documents in the next session ' +
  28.       'of Twistpad? '
  29.     WordWrap = True
  30.   end
  31.   object Image1: TImage
  32.     Left = 10
  33.     Top = 13
  34.     Width = 32
  35.     Height = 32
  36.     AutoSize = True
  37.     Picture.Data = {<image000.bmp>}
  38.     Transparent = True
  39.   end
  40.   object Image2: TImage
  41.     Left = 8
  42.     Top = 88
  43.     Width = 32
  44.     Height = 32
  45.     AutoSize = True
  46.     Picture.Data = {<image001.bmp>}
  47.     Transparent = True
  48.     Visible = False
  49.   end
  50.   object Button1: TButton
  51.     Left = 66
  52.     Top = 96
  53.     Width = 70
  54.     Height = 25
  55.     Caption = '&Yes'
  56.     Default = True
  57.     ModalResult = 6
  58.     TabOrder = 0
  59.   end
  60.   object Button2: TButton
  61.     Left = 151
  62.     Top = 96
  63.     Width = 70
  64.     Height = 25
  65.     Caption = '&No'
  66.     ModalResult = 7
  67.     TabOrder = 1
  68.   end
  69.   object Button3: TButton
  70.     Left = 236
  71.     Top = 96
  72.     Width = 70
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 2
  78.   end
  79.   object CheckBox1: TCheckBox
  80.     Left = 55
  81.     Top = 56
  82.     Width = 234
  83.     Height = 17
  84.     Caption = 'Do not ask again (always save workspace)'
  85.     TabOrder = 3
  86.   end
  87. end
  88.